docs(models): GPT-5.6 Sol supersedes GPT-5.5 as cross-model reviewer#441
Merged
Conversation
This was referenced Jul 10, 2026
OpenAI shipped a new flagship family (gpt-5.6-sol / gpt-5.6-terra / gpt-5.6-luna) superseding GPT-5.5. Updates the reviewer-model guidance inherited by every consumer repo: AI_SETUP_LANES.md, README.md, CLAUDE_CODE_SDLC_WIZARD.md, both SKILL.md copies, AGENTS.md, and this repo's own CLAUDE.md now name GPT-5.6 Sol (fallback: Terra) at xhigh, with historical citations to GPT-5.5/5.4 left untouched. Adds a documented (non-default) escalation to max/Pro mode for unusually risky PRs in AI_SETUP_LANES.md's Final Review Policy, and 8 new per-location regression tests in test-doc-consistency.sh — mutation-verified against Sol/Terra/Luna swaps and a version-bump scenario, not just aggregate "mentions 5.6 somewhere" checks. Reviewed by Fable and Codex (GPT-5.6 Sol, xhigh) across 3 rounds to CERTIFIED. ROADMAP #439
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
gpt-5.6-sol/gpt-5.6-terra/gpt-5.6-luna) superseding GPT-5.5, verified against primary OpenAI docs. Updates the cross-model-reviewer guidance every consumer repo inherits from this one.xhigh:AI_SETUP_LANES.md,README.md,CLAUDE_CODE_SDLC_WIZARD.md, bothSKILL.mdcopies,AGENTS.md,CLAUDE.md. Historical citations (README.md:151, CLAUDE_CODE_SDLC_WIZARD.md:113) intentionally untouched — regression-tested to stay that way.max/Pro mode for unusually risky PRs inAI_SETUP_LANES.md's Final Review Policy.test-doc-consistency.sh, mutation-verified against 4 distinct swap scenarios (Sol→Terra, Terra→Luna,gpt-5.6-sol→gpt-5.6-terra, and aGPT-5.6 Sol→GPT-5.7 Solversion-bump probe) — not just an aggregate "mentions 5.6 somewhere" check.Review history
xhigh"the highest" tier); (b) the new tests only checked for the5.6substring, passing under a demonstrated Sol→Terra or Terra→Luna swap.GPT-5.6 Sol→GPT-5.7 Solmutation (checked forSolbut not5.6together) — fixed by requiring both together.Test plan
tests/test-doc-consistency.sh: 67/67, RED confirmed before edits, GREEN aftertest-persist-score-history.shfixture fragility, unrelated to this change, already tracked separately)